# Core
streamlit>=1.36.0
agno>=2.2.10
firecrawl-py>=1.9.0
pydantic>=2.7.0
python-dotenv>=1.0.0
requests>=2.31.0

# LLM providers (install only what you use; all three are listed for the
# unified provider factory in src/real_estate/llm_factory.py).
google-generativeai>=0.7.0
openai>=1.30.0
anthropic>=0.34.0
ollama>=0.3.0

# Analytics
plotly>=5.20.0
pandas>=2.2.0

# Optional helpers
googlesearch-python>=1.2.3

# Dev / tests
pytest>=8.0.0
